home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod02 / Shop / rack / 00187.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  132 b   |  9 lines

  1. on mouseUp
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   puppetSound("Frrp.S")
  6.   updateStage()
  7.   play movie "hdwmatch.dir"
  8. end
  9.